.home-tour-price {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 5px 10px;
    font-size: 2.1rem;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 1px #2b2b2b;
    text-transform: uppercase;
}

.home-tour-price b {
    font-weight: 900;
}
.deck-img {
    height: 300px;
    object-fit: cover;
}